home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / asm_subr.arc / ASM_SUBR.TXT next >
Encoding:
Text File  |  1987-09-07  |  4.6 KB  |  104 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.     The following is a brief description of the files contained in the file
  7.     ASM_SUBR.ARC. This collection of Assembly routines was apparently
  8.     compiled from the PC Blue Book.
  9.  
  10.     Filename        Description
  11.     --------        ----------------------------------------------------------
  12.     BCD2I16         Convert internal BCD format to internal binary format
  13.     BCDOUT          Convert 36 digit BCD number to ASCII decimal, sent to std
  14.                      out
  15.     BIN16IN         Convert ASCII binary to internal 16 bit binary
  16.     BIN16OUT        Convert 16 bit binary to ASCII binary
  17.     BIN8OUT         Convert 8 bit binary to ASCII binary
  18.     CLS             Clears color/graphics screen
  19.     CLSOFF          Clears color/graphics screen
  20.     COMINCK         COM port input check
  21.     COMINIT         Initialize COM port
  22.     COMOFF          Turn off DTR on COM port
  23.     COMON           Turn on DTR on COM port
  24.     COMOUT          Send byte out to COM
  25.     DEC16IN         Convert ASCII decimal to 16 bit binary
  26.     DEC16OUT        Convert 16 bit binary to ASCII decimal
  27.     DEC8OUT         Convert 8 bit binary to ASCII decimal
  28.     DECDOUBL        Multiply temporary decimal floating point number by 2
  29.     DECHALF         Divide temporary decimal floating point number by 2
  30.     DECNORM         Normalize temporary decimal floating point number
  31.     DELAY           Delay by specified # of milliseconds
  32.     DFP2SFP         Convert double precision binary floating point to internal
  33.                      double precision floating point
  34.     FIX             Convert internal floating point to 16 bit integer
  35.     FLOAT           Convert 16 bit integer to floating point
  36.     FPCEQU_S        (equates for floating point conversion routines)
  37.     FPIN            Convert external to internal floating point
  38.     FPINDIGT        Convert single decimal digit to floating point
  39.     FPOUT           Convert internal to external floating point
  40.     FPTDIV          Division of temporary floating point by 10
  41.     FPTMUL          Multiplication of temporary by 10
  42.     FPTNORM         Normalize temporary floating point
  43.     GMESSOUT        Print string on color/graphics screen
  44.     HEX16IN         Convert ASCII hex to 16 bit binary
  45.     HEX16OUT        Convert 16 bit binary to ASCII hex
  46.     HEX8OUT         Convert 8 bit binary to ASCII hex
  47.     I162BCD         Convert 16 bit binary to BCD
  48.     KEY_CHK         Test for pressed key
  49.     MBINADD         Multi-digit binary addition
  50.     MBINDIV         Multi-digit binary division
  51.     MBINMUL         Multi-digit binary multiplication
  52.     MBINSUB         Multi-digit binary subtraction
  53.     OCT16IN         Convert ASCII octal to 16 bit binary
  54.     PUSHPOP         (standard structure for these routines)
  55.     RANDOM          Pseudo-random number generator
  56.     RCHAR           Plot raster character
  57.     RD_KBD          Read keyboard
  58.     ROUTINE         (standard header for these routines)
  59.     SCALE           Linear scaling
  60.     --------        ----------------------------------------------------------
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.     Filename        Description
  68.     --------        ----------------------------------------------------------
  69.     SCHAR           Plot a stroke character
  70.     SETBOX          Fill rectangle w/color
  71.     SETLINE         Draw color line between two points
  72.     SETPT           Plot point on med. resolution color/graphics screen
  73.     SFP2DFP         Convert single precision to double precision
  74.     SFP2TFP         Convert single precision to temporary floating point
  75.     SGND16IN        Convert ASCII signed decimal to binary
  76.     SOURCE          (standard header for these routines)
  77.     STDCRLF         Send CR LF to std out
  78.     STDIN           Standard input w/echo
  79.     STDINCK         Standard input
  80.     STDINNE         Standard input w/out echo
  81.     STDMESSO        Send message to std out
  82.     STDOUT          Std out
  83.     STDOUTDR        Direct console output
  84.     STDSPACE        Send space to std out
  85.     TDECSHOW        Display floating point number to std out
  86.     TFP2SFP         Convert temporary to single precision
  87.     XORBOX          XOR filling of rectangle w/color
  88.     XORPT           XOR plotting of point on med resolution color/graphics
  89.                      screen
  90.     --------        ----------------------------------------------------------
  91.  
  92.     This description file was prepared by:
  93.  
  94.          Bob Laszko
  95.          Owner / Operator
  96.          Data Management Systems
  97.          PO Box 52
  98.          Fallbrook, Ca  92028
  99.          (619) 728-0984 (voice)
  100.          CIS 71250,1567
  101.          Source BEF988
  102.          GEnie XPC23680
  103.  
  104.